getsockopt ()
Briefly:Gets a set of interface options.#include int PASCAL FAR getsockopt (SOCKET s, int level, int optname,Char far* optval, int far* optlen);S: A descriptive word that identifies the socket interface.Level: The
From: http://lydnkj.bokee.com/viewdiary.10417372.html
Getsockopt and setsockopt
Obtain the set Interface Options:
Code:
Int getsockopt (INT sockfd, int level, int optname, void * optval, socklen_t * opteln) sets the set of Interface Options:Int
1.Closesocket (usually does not close immediately and goes through the time_wait process) and wants to continue to reuse the socket:Bool breuseaddr = true;Setsockopt(S, sol_socket, so_reuseaddr, (const char *) & breuseaddr, sizeof (bool ));
2.If you
Windows socket Extension function and socket Extension function
1. AcceptEx ()
AcceptEx () is used to receive connections asynchronously and obtain the first piece of data sent by the client program.
[Cpp]View plaincopy
BOOL AcceptEx (
_ In _
Description: This article applies to the Windows platform, followed by an additional application for Linux platform
Turn from: http://www.cnblogs.com/shiqgfmj/archive/2010/12/29/1919434.html
Non-blocking socket client connect () has been bothering
Oh, someone came across the same questions as me, citing the following:
This is the URL:
http://cache.baidu.com/c?m= 9f65cb4a8c8507ed4fece763104c8c711923d030678197027fa3c215cc79031c1d3aa5ec76780d548d98297a5ae91e03f7fb36253d0070e49fcfdf4fd 9b8c37c798
OrderAfter a very cool national Day holiday, with a small little boyfriend parents back to their hometown tasted Chaoshan food, Nanao Island fishing shrimp, seafood support to explode, back to Shenzhen the next day little other children parents took
Development test Environment: virtual machine centos,windows Network debugging assistantNon-blocking mode has 3 uses1. Three-time handshake to do other processing at the same time. Connect takes a round trip time, from a few milliseconds of LAN to a
1. If the socket is already in the established State (usually distinguished by the port number and flag ),Closesocket (usually does not close immediately and goes through the time_wait process) and wants to continue to reuse the socket:Bool
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.